YNQ  YNQ-1.6.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Initialization and Shutdown

Functions

NQ_STATUS csStart (void)
 
void csStop (void)
 

Detailed Description

Function Documentation

NQ_STATUS csStart ( void  )

This function starts the CIFS Server, must be called after NetBIOS daemon startup. See ndStart() in ndapi.h file.

Returns
This function returns NQ_SUCCESS if the server was started successfully or NQ_FAIL otherwise.
See Also
csStop()
void csStop ( void  )

This function stops the CIFS Server.

See Also
csStart()